Intermediate language or common intermediate language also known as Microsoft intermediate language. In .Net framework it plays an important role as it acts as an intermediate language between source code and machine code instruction. It is CPU independent set of instruction and can be converted to the native machine code with the help of Just-in-Time (JIT) compiler, during the runtime environment of Common Language Runtime (CLR).
Liked By
Write Answer
what is the role of intermediate language in .net framework
Join MindStick Community
You have need login or register for voting of answers or question.
Nishi Tiwari
12-Dec-2019Intermediate language or common intermediate language also known as Microsoft intermediate language. In .Net framework it plays an important role as it acts as an intermediate language between source code and machine code instruction. It is CPU independent set of instruction and can be converted to the native machine code with the help of Just-in-Time (JIT) compiler, during the runtime environment of Common Language Runtime (CLR).